home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Documentation / develop / develop Issue 15 / develop 15 code / Text To Speech media handler / Speech TTS Read Me < prev   
Encoding:
Text File  |  1993-04-30  |  1.8 KB  |  31 lines  |  [TEXT/ttxt]

  1. Speech Media Handler
  2. by Bill Guschwan and Taro Tanaka
  3.  
  4. Copyright Apple Computer, Inc. 1993
  5. All rights reserved
  6.  
  7. About Speech Media Handler
  8. ••••••••••••••••••••••••••
  9. This Speech Media Handler captures the Apple Text Media Handler and speaks the text in addition to rendering it. It can speak English and Japanese.  This demo exploits Apple's asynchronous speech techology, multiple channel playback of Sound Manager 3.0, component version control of QuickTime 1.6, and QuickTime's multi-language support.
  10.  
  11. How to use the Speech Media Handler
  12. •••••••••••••••••••••••••••••••••••
  13. 1) You will need at least QuickTime 1.5 and Speech Manager 1.0b5 installed. It is recommended that you install Sound Manager 3.0 to get better sound playback. It is also recommended that you use QuickTime 1.6 in order to take advantage of the unregister message. 
  14. 2) If you have the Standard Text To Speech dialog, install it's component. If it is not installed, the Speech Media Handler will use a default voice.
  15. 3) Install the Speech Media Handler. You can use the Reinstaller II, or reboot with it in the System Folder.
  16. 4) Use an application which plays a movie.
  17. 5) To uncapture the Apple Text Media handler, use Komponent Killer on the Speech Media Handler.
  18.  
  19. How to Speak Japanese
  20. •••••••••••••••••••••
  21. 1) You will need KanjiTalk or Japanese Language Kit.
  22. 2) If you do not have a Japanese Text Movie, first create a Japanese text movie. Then
  23. use SetMediaLanguage app which sets all the text tracks to Japanese.
  24. 3) Install the Speech Media Handler and have fun.
  25. * Don't add any Kanji characters to the movie, because this component can't speech Kanji. It only speaks Hiragana and Katagana.
  26.  
  27. How to MODIFY the generic capture component to suit your needs
  28. ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  29. See develop 15, "Somewhere in QuickTime" column.
  30.  
  31.